Configurates
C1.Web.Mvc.ColumnBase.SortMemberPath. Sets the name of the property to use when sorting this column.
Syntax
'Declaration
Public Function SortMemberPath( _
ByVal As String _
) As TBuilder
public TBuilder SortMemberPath(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also